Class symantec.itools.db.beans.dbnav.model.TreeNodeLeaf
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.dbnav.model.TreeNodeLeaf

Object
   |
   +----TreeNodeComponent
           |
           +----symantec.itools.db.beans.dbnav.model.TreeNodeLeaf

public class TreeNodeLeaf
extends TreeNodeComponent

This class represents the Left from the Composite design pattern

The other participants in Composite pattern are: TreeNodeComponent - the Component TreeNodeComposite - the Composite TreeNodeBuilder - the Client

Version:
1.0 06/13/98
Author:
Hristo Tonev

Constructor Index

 o symantec.itools.db.beans.dbnav.model.TreeNodeLeaf()
Default constructor
 o symantec.itools.db.beans.dbnav.model.TreeNodeLeaf(DataItem)

Constructors

 o TreeNodeLeaf
public TreeNodeLeaf()
Default constructor

 o TreeNodeLeaf
public TreeNodeLeaf(DataItem dataItem)

All Packages  Class Hierarchy  This Package  Previous  Next  Index